home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / resources.pak / Unnamed File 000129.txt < prev    next >
Text File  |  2013-04-03  |  3KB  |  98 lines

  1. /*
  2.  * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved.
  3.  *
  4.  * Redistribution and use in source and binary forms, with or without
  5.  * modification, are permitted provided that the following conditions
  6.  * are met:
  7.  *
  8.  * 1. Redistributions of source code must retain the above
  9.  *    copyright notice, this list of conditions and the following
  10.  *    disclaimer.
  11.  * 2. Redistributions in binary form must reproduce the above
  12.  *    copyright notice, this list of conditions and the following
  13.  *    disclaimer in the documentation and/or other materials
  14.  *    provided with the distribution.
  15.  *
  16.  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  17.  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  18.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  19.  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  20.  * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  21.  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  22.  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  23.  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  24.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  25.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  26.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  27.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  28.  */
  29.  
  30. .css-named-flow-collections-view .split-view-sidebar-left {
  31.     border-right: 1px solid rgb(163, 163, 163);
  32.     overflow-x: hidden;
  33. }
  34.  
  35. .css-named-flow-collections-view .tabbed-pane-header {
  36.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
  37. }
  38.  
  39. .css-named-flow-collections-view .info {
  40.     font-style: italic;
  41.     font-size: 10px;
  42.     margin-top: -5px;
  43.     position: absolute;
  44.     top: 50%;
  45.     text-align: center;
  46.     width: 100%;
  47. }
  48.  
  49. .css-named-flow-collections-view .split-view-sidebar-left .sidebar-content {
  50.     bottom: 0px;
  51.     left: 0px;
  52.     padding: 0px;
  53.     position: absolute;
  54.     right: 0px;
  55.     top: 23px;
  56. }
  57.  
  58. .css-named-flow-collections-view .split-view-sidebar-left .selection {
  59.     margin-left: -12px;
  60.     z-index: 0;
  61. }
  62.  
  63. .css-named-flow-collections-view .split-view-contents .title {
  64.     position: relative;
  65. }
  66.  
  67. .css-named-flow-collections-view .split-view-sidebar-left .named-flow-overflow::before, .css-named-flow-collections-view .region-empty:before, .css-named-flow-collections-view .region-fit::before, .css-named-flow-collections-view .region-overset::before {
  68.     cursor: default;
  69.     float: left;
  70.     height: 10px;
  71.     margin-top: 1px;
  72.     opacity: 0.75;
  73.     position: relative;
  74.     vertical-align: middle;
  75.     z-index: 1;
  76. }
  77.  
  78. .css-named-flow-collections-view .split-view-sidebar-left .named-flow-overflow::before {
  79.     content: url(Images/namedFlowOverflow.png);
  80.     margin: 2px 3px 0px -13px;
  81. }
  82.  
  83. .css-named-flow-collections-view .region-empty::before {
  84.     content: url(Images/regionEmpty.png);
  85. }
  86.  
  87. .css-named-flow-collections-view .region-fit::before {
  88.     content: url(Images/regionFit.png);
  89. }
  90.  
  91. .css-named-flow-collections-view .region-overset::before {
  92.     content: url(Images/regionOverset.png);
  93. }
  94.  
  95. .css-named-flow-collections-view .split-view-contents .named-flow-element {
  96.     margin: 0px 0px 0px -24px;
  97. }
  98.